home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Diamond Collection / The Diamond Collection (Software Vault)(Digital Impact).ISO / cdr23 / dl203.zip / PAGAM.SCR < prev    next >
Text File  |  1995-02-22  |  446b  |  21 lines

  1. ;  ┌───────────────────────────────────────────┐
  2. ;  │TERMINAL ID:  PAGE AMERICA (Chicago area)  │
  3. ;  └───────────────────────────────────────────┘
  4.  
  5. ; Note: All match strings are case senstive
  6. ;       (strings used in SENDWAIT or WAIT commands)
  7.  
  8. SENDLN #13
  9. WAIT 3,ID=
  10. SENDLN M
  11.  
  12. LOOP
  13.     WAIT 5,PAGER ID:
  14.     SENDLN {pager_number}
  15.     WAIT 10, Enter message:
  16.     SENDLN {message}
  17.     WAIT 5, another page?
  18.     SENDLN Y
  19. ENDLOOP
  20.  
  21.